-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update var.tar.gz creation #167
Conversation
vladbogo
commented
Sep 4, 2023
•
edited
Loading
edited
- Only save *.err files
- Set MTR --max-save-datadir=10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed. *.err files are already there.
var.tar.gz containing datadir is useful.
Take --max-save-datadir=10
as a separate change. Ensure other test runs include the same too (maybe it should be the default in the server).
Hi!
On Tue, Sep 5, 2023 at 12:41 AM 'Daniel Black' via Michael Widenius < ***@***.***> wrote:
***@***.**** requested changes on this pull request.
not needed. *.err files are already there.
The request was to ONLY have *.err file from the var/\d+/ directories.
(We do not need that *.log files)
Regards,
Monty
Message ID: ***@***.***>
… |
How about |
Only files over size 200 bytes contain anything interesting. The ~100 byte files just contain a header. The regexes in mariadb-test-run.pl that generate these '.warning' files seem rather unmaintained with last update ~5 years ago. I'm going towards the side no-one looks. Most from a sampling I looked at seemed to be InnoDB errors and replication errors generated in the normal execution of exception functionality test (error handling). So lets remove the core.tar.gz handling and then looks right too me. |
fdfab2f
to
05cedda
Compare
* Only save *.err files * Set MTR --max-save-datadir=10
05cedda
to
5eaf080
Compare
@grooverdan I update to change all occurrences of max-save-datadir and removed the core file handling |
Edit - was the second failure so maybe that's why it wasn't saved. Never mind: ./mysql-test/var/22/log/mysql_client_test.out.log was useful Was an intentional change - 081c0f10894771c00659b63c042502ecfc4fe938 e.g.: https://jira.mariadb.org/browse/MDEV-15096 - saving mysql-test/var/1/log/mysql_client_test.out.log would be good. maybe fix the MTR to include it, but for now an explicit glob for this file. |
@grooverdan so then all |
Nope, increasing |